home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMCHATTER / TMCHATTER.txt
Text File  |  2004-10-12  |  6KB  |  271 lines

  1. object MChatter: TMChatter
  2.   Left = 265
  3.   Top = 224
  4.   Width = 675
  5.   Height = 495
  6.   Caption = 'Mail Chat'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnHead: TPanel
  23.     Tag = 11
  24.     Left = 0
  25.     Top = 0
  26.     Width = 667
  27.     Height = 53
  28.     Align = alTop
  29.     BevelInner = bvRaised
  30.     BevelOuter = bvLowered
  31.     TabOrder = 0
  32.     object gParticipants: TAddressGrid
  33.       Left = 2
  34.       Top = 2
  35.       Width = 663
  36.       Height = 49
  37.       HelpContext = 10044
  38.       Align = alClient
  39.       BorderStyle = bsNone
  40.       Color = clBtnFace
  41.       ColCount = 2
  42.       DefaultRowHeight = 20
  43.       DefaultDrawing = False
  44.       RowCount = 1
  45.       FixedRows = 0
  46.       Options = [goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  47.       TabOrder = 0
  48.       OnEnter = gParticipantsEnter
  49.       OnExit = gParticipantsExit
  50.       OnMouseDown = gParticipantsMouseDown
  51.       OnSelectCell = gParticipantsSelectCell
  52.       SimpleLook = False
  53.       OnAddressClick = gParticipantsAddressClick
  54.       OnAddAddressClick = gParticipantsAddAddressClick
  55.       ColWidths = (
  56.         16
  57.         647)
  58.     end
  59.   end
  60.   object pnClients: TPanel
  61.     Left = 0
  62.     Top = 53
  63.     Width = 667
  64.     Height = 408
  65.     Align = alClient
  66.     BevelOuter = bvNone
  67.     TabOrder = 1
  68.     object SplitChat: TSplitter
  69.       Left = 0
  70.       Top = 245
  71.       Width = 667
  72.       Height = 3
  73.       Cursor = crVSplit
  74.       Align = alTop
  75.       AutoSnap = False
  76.       ResizeStyle = rsUpdate
  77.     end
  78.     object pnChat: TPanel
  79.       Tag = 11
  80.       Left = 0
  81.       Top = 0
  82.       Width = 667
  83.       Height = 245
  84.       Align = alTop
  85.       BevelInner = bvRaised
  86.       BevelOuter = bvLowered
  87.       TabOrder = 1
  88.       object eChat: TTextEditor
  89.         Left = 2
  90.         Top = 2
  91.         Width = 663
  92.         Height = 241
  93.         BgColor = clBlack
  94.         TextColor = clBlack
  95.         SelColor = clBlack
  96.         SelBgColor = clBlack
  97.         QuoteColor = clBlack
  98.         RefColor = clBlack
  99.         Kludge1Color = clBlack
  100.         Kludge2Color = clBlack
  101.         Kludge3Color = clBlack
  102.         ReadOnly = True
  103.         FontCharset = 1
  104.         TabOrder = 0
  105.         Font.Charset = DEFAULT_CHARSET
  106.         Font.Color = clWindowText
  107.         Font.Height = -11
  108.         Font.Name = 'MS Sans Serif'
  109.         Font.Pitch = fpFixed
  110.         Font.Style = []
  111.         Align = alClient
  112.       end
  113.     end
  114.     object pnEdit: TPanel
  115.       Tag = 11
  116.       Left = 0
  117.       Top = 248
  118.       Width = 667
  119.       Height = 118
  120.       Align = alClient
  121.       BevelInner = bvRaised
  122.       BevelOuter = bvLowered
  123.       TabOrder = 0
  124.       object eText: TTextEditor
  125.         Left = 2
  126.         Top = 2
  127.         Width = 663
  128.         Height = 114
  129.         BgColor = clBlack
  130.         TextColor = clBlack
  131.         SelColor = clBlack
  132.         SelBgColor = clBlack
  133.         QuoteColor = clBlack
  134.         RefColor = clBlack
  135.         Kludge1Color = clBlack
  136.         Kludge2Color = clBlack
  137.         Kludge3Color = clBlack
  138.         ReadOnly = False
  139.         FontCharset = 1
  140.         TabOrder = 0
  141.         Font.Charset = DEFAULT_CHARSET
  142.         Font.Color = clWindowText
  143.         Font.Height = -11
  144.         Font.Name = 'MS Sans Serif'
  145.         Font.Pitch = fpFixed
  146.         Font.Style = []
  147.         Align = alClient
  148.         PopupMenu = pmText
  149.       end
  150.       object bSend: TButton
  151.         Left = 544
  152.         Top = 20
  153.         Width = 105
  154.         Height = 25
  155.         Caption = '&Send'
  156.         TabOrder = 1
  157.         OnClick = mSendClick
  158.       end
  159.     end
  160.     object pnButtons: TPanel
  161.       Tag = 11
  162.       Left = 0
  163.       Top = 366
  164.       Width = 667
  165.       Height = 42
  166.       Align = alBottom
  167.       BevelInner = bvLowered
  168.       TabOrder = 2
  169.       OnClick = mSendClick
  170.       OnResize = pnButtonsResize
  171.       object lFrom: TLabel
  172.         Left = 8
  173.         Top = 12
  174.         Width = 53
  175.         Height = 13
  176.         Caption = 'Present &as:'
  177.       end
  178.       object lAccount: TLabel
  179.         Left = 316
  180.         Top = 14
  181.         Width = 43
  182.         Height = 13
  183.         Caption = 'Account:'
  184.       end
  185.       object bClose: TButton
  186.         Left = 548
  187.         Top = 8
  188.         Width = 105
  189.         Height = 25
  190.         Cancel = True
  191.         Caption = '&Close'
  192.         TabOrder = 0
  193.         OnClick = bCloseClick
  194.       end
  195.       object cbUser: TComboBox
  196.         Left = 364
  197.         Top = 11
  198.         Width = 177
  199.         Height = 21
  200.         Style = csDropDownList
  201.         ItemHeight = 13
  202.         TabOrder = 1
  203.         OnChange = cbUserChange
  204.       end
  205.       object eFrom: TComboBox
  206.         Left = 80
  207.         Top = 11
  208.         Width = 225
  209.         Height = 21
  210.         AutoComplete = False
  211.         ItemHeight = 13
  212.         TabOrder = 2
  213.         OnChange = eFromChange
  214.       end
  215.     end
  216.   end
  217.   object pmText: TPopupMenu
  218.     Left = 104
  219.     Top = 320
  220.     object mSend: TMenuItem
  221.       Caption = '&Send'
  222.       ShortCut = 16397
  223.       OnClick = mSendClick
  224.     end
  225.     object N1: TMenuItem
  226.       Caption = '-'
  227.     end
  228.     object mTextCopy: TMenuItem
  229.       Caption = '&Copy'
  230.       ShortCut = 16451
  231.       OnClick = mTextCopyClick
  232.     end
  233.     object mTextCut: TMenuItem
  234.       Caption = 'Cu&t'
  235.       ShortCut = 16472
  236.       OnClick = mTextCutClick
  237.     end
  238.     object mTextPaste: TMenuItem
  239.       Caption = '&Paste'
  240.       ShortCut = 16470
  241.       OnClick = mTextPasteClick
  242.     end
  243.     object N2: TMenuItem
  244.       Caption = '-'
  245.     end
  246.     object mTextSelectAll: TMenuItem
  247.       Caption = 'Select &all'
  248.       ShortCut = 16449
  249.       OnClick = mTextSelectAllClick
  250.     end
  251.     object mClose: TMenuItem
  252.       Caption = 'Close'
  253.       ShortCut = 27
  254.       OnClick = bCloseClick
  255.     end
  256.   end
  257.   object tmFlash: TTimer
  258.     Enabled = False
  259.     OnTimer = tmFlashTimer
  260.     Left = 260
  261.     Top = 169
  262.   end
  263.   object AddrTimer: TTimer
  264.     Enabled = False
  265.     Interval = 10
  266.     OnTimer = AddrTimerTimer
  267.     Left = 376
  268.     Top = 224
  269.   end
  270. end
  271.